home *** CD-ROM | disk | FTP | other *** search
- /* External definitions for configuration-dependent file names set in
- * files.c
- */
- extern char *Startup; /* Initialization file */
- extern char *NOSDial; /* TNC/Modem Initialization file */
- extern char *Userfile; /* Authorized FTP users and passwords */
- extern char *Hostfile; /* Authorized FTP users and passwords */
- extern char *LogsDir; /* Where logs are kept */
- extern char *Mailspool; /* Incoming mail */
- extern char *Mailqdir; /* Outgoing mail spool */
- extern char *Mailqueue; /* Outgoing mail work files */
- extern char *Routeqdir; /* queue for router */
- extern char *Alias; /* the alias file */
- extern char *Dfile; /* Domain cache */
- extern char *Fdir; /* Finger info directory */
- extern char *Arealist; /* List of message areas */
- extern char *Helpdir; /* Help file directory */
- extern char *Rewritefile; /* Address rewrite file */
- extern char *Popusers; /* POP user and password file */
- extern char *Signature; /* Mail signature file directory */
- extern char *Newsdir; /* News messages and NNTP data */
- extern char *Newsqueue; /* News messages and NNTP data */
- extern char *Forwardfile; /* Mail forwarding file */
- extern char *Historyfile; /* Message ID history file */
- extern char *Chatnode; /* Chatnode system */
- extern char *SignOn; /* SignOn files */
- extern char *Digger; /* Digger files */
- extern char *DiggerC; /* Digger files */
- extern char *Spoolqdir; /* Spool root */
-
- void initroot __ARGS((char *root));
-